-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix transition:name
can be unicode
#9822
Conversation
🦋 Changeset detectedLatest commit: d302ee9 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
transition:name
can be unicodetransition:name
can be unicode
transition:name
can be unicodetransition:name
can be unicode
Co-authored-by: Martin Trapp <[email protected]>
Great PR! Don't let my many comments put you off, I really appreciate your contribution! |
Also, need to consider emoji, additionally is there a test case to test them? |
An idea for a e2e test case would be to read back the |
Co-authored-by: Martin Trapp <[email protected]>
Co-authored-by: Martin Trapp <[email protected]>
Co-authored-by: Martin Trapp <[email protected]>
Co-authored-by: Martin Trapp <[email protected]>
Co-authored-by: Martin Trapp <[email protected]>
Co-authored-by: Martin Trapp <[email protected]>
Co-authored-by: Martin Trapp <[email protected]>
I did find a potential package to handle this! Although the package is quite old, I'm confident that the code is stable! I'd suggest that we try to use a package for this, and fallback to implementing our own logic only if there isn't a package out there that meets our needs. |
Excellent catch! As you can see from the linked issue, we were looking for a lib like this but failed.
seems to be exactly what we need here. |
Thank you! I used the package. It works! |
Wow over 20 conversation and at the end a one line change (+ tests and dependencies of course) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good to me now!
Changes
transition:name
can't use Chinese、Japanese and Korean, etc. #9803transition:name
usecssesc
libTesting
Added e2e test.
Docs
Not need update.